New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

copyright-update

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copyright-update

A simple Reactjs component that updates copyright year

  • 1.19.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

A simple copyright year package.

Report bug · Request feature


Table of contents

—  Quick start
—  Status
—  What's included
—  Usage
—  Quick links
—  Maintainers


Quick start

A couple quick start options are available:

—  Install with npm i copyright-update.
—  Install with yarn add copyright-update.


Status

version npm version

What's included

copyright-update is a super simple component. Within the download you'll find the following directories and files:

copyright-update
└── src/
    └── index.js

Usage

Install the package.

npm i copyright-update

In the example below, we are going to import the copyright-update component into a Footer.

import React, { Component } from 'react';
class CopyrightUpdate extends Component {
  render() {
    return (
      
© {new Date().getFullYear()}
); } } export default CopyrightUpdate;

Style the component using the CSS classname .copyright-update.

.copyright-update {
  display: inline-block;
  margin-left: .5rem;
}

—  Go to copyright-update on GitHub.
—  Go to copyright-update on NPM.


Maintainers

Repository maintained by:

Guy Lepage







By contributing your code, you agree to license your contribution under the MIT License.

Keywords

FAQs

Package last updated on 05 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc